ASE File In
Load Aseprite file with support for layers, tags.
Node Data | |
|---|---|
Display name | |
ASE File In | |
Internal name | |
Node_ASE_File_Read | |
Inheritances | |
| Node_ASE_File_Read | |
Inputs | |
Node_ASE_File_Read | |
path |
Path |
text |
Current Tag |
bool |
Use Cel Dimension |
Outputs | |
Node_ASE_File_Read | |
surface |
Output |
object |
Content |
path |
Path |
color |
Palette |
text |
Layers |
text |
Tags |
struct |
Tilesets |
struct |
Raw Data |
integer |
Frame Amount |
This node allow you to read the content of a aseprite file. It supports layers, tags, palette (index mode). It does not support tilemap.
Properties
Path
Path to the aseprite file.
Generate Layers
Generate ASE Layer nodes for each layer for further processing.
Use Cel Dimension
By default, each layer will be cropped to fit the content. Uncheck this option will force all layer to use the canvas dimension.
Current Tag
The tag to read (if exists).
Related Links
- Base Code: /scripts/node_ase_file_read/node_ase_file_read.gml
- Shader [sh_sample]: /shaders/sh_sample/sh_sample.fsh